home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / doshelp.arc / RMDIR.TXT < prev    next >
Encoding:
Text File  |  1985-03-27  |  896 b   |  21 lines

  1. <<<<<<<<<<<<<<<<<<<<  RMDIR ... REMOVE DIRECTORY   >>>>>>>>>>>>>>>>>>>>
  2.  
  3. PURPOSE:  Removes a subdirectory from a disk.
  4.  
  5. TIPS:  The directory must be empty before it can be removed.  The
  6. last directory name in a path of directories is the only one that
  7. can be removed.  Neither the ROOT directory nor the current 
  8. directory can be removed.
  9.  
  10. ;    RMDIR PROJECT            Removes the directory PROJECT from
  11. ;                             the current directory.
  12.  
  13. ;    RMDIR A:\MAMMALS\DOGS    Removes the subdirectory DOGS from
  14. ;                             the directory MAMMALS on Drive A.
  15.  
  16. ;    RD \AIRPLANES\B-29       Removes the subdirectory B-29 from
  17. ;                             the directory AIRPLANES on the
  18. ;                             default drive.  Note that RD can be
  19. ;                             substituted for RMDIR.
  20. ###
  21.